CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shadow mapping

搜索资源列表

  1. HardwareShadowMap

    0下载:
  2. NVIDIA实现硬件阴影贴图的源代码 需要硬件支持DX8.1的显卡。-NVIDIA hardware shadow mapping of the source code necessary hardware support 24x graphics.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3996949
    • 提供者:赵杰伊
  1. opengl_shadow

    0下载:
  2. 利用opengl的API函数实现阴影绘制,显示效果比较好-use opengl API functions shadow mapping shows that the results were quite good
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:44369
    • 提供者:曹晶
  1. Comparing Shadow Mapping Techniques with Shadow Explorer

    0下载:
  2. The companion article for the "Shadow Explorer" source code.
  3. 所属分类:编程文档

    • 发布日期:2011-05-27
    • 文件大小:821578
    • 提供者:ericchang
  1. shadowmap.rar

    1下载:
  2. 一个制作阴影图的范例,很好很强大啊,,A production example of the shadow map, a good strong ah,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2201322
    • 提供者:苗腾
  1. ShadowMap

    0下载:
  2. OPENGL宝典上的教程源码,实现了多个3D物体绘制以及阴影,添加了相机控制,供新手学习使用-OPENGL source book on the course and achieve a number of 3D objects, as well as shadow mapping, add a camera control, for learning to use new
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:27356
    • 提供者:zhangkun
  1. 03.LightMap

    0下载:
  2. 利用DirectX实现光影贴图的D3D应用代码-Light and shadow mapping using DirectX implementation of the D3D application code
  3. 所属分类:DirextX

    • 发布日期:2017-04-03
    • 文件大小:261505
    • 提供者:Summer
  1. shadoweffecttext

    0下载:
  2. 用GDI+的优秀图形输出功能可以非常方便的实现文字特效,其中一个带阴影的文字便是其中一例。 许多简单的文字特效只是简单的将文字用不同的颜色与不同的位置输出一次或多次,本文所讨论的阴影效果借助GDI+的反走样能力生成透明的阴影与半阴影。 这儿所述的方法先在绘图平面上绘制一个比预期小的文字。然后放大它。 步骤: -with outstanding graphics output function can be very easy to achieve text effects,
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-12
    • 文件大小:30231
    • 提供者:
  1. Shadow_Mapping

    0下载:
  2. 计算机图形学 shadow Mapping-shadow Mapping
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:6108
    • 提供者:tiancaigong
  1. PSMs_Care_and_Feeding

    0下载:
  2. Perspective shadow Mapping techniques For Game Developers-Perspective shadow Mapping techniques For Game Developers
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-24
    • 文件大小:418480
    • 提供者:peji
  1. 11.Shadow

    0下载:
  2. 9.direct3d的光影对映和环境对映。direct3d的很好的教程。-9.direct3d light and shadow on the mapping and environment mapping. direct3d a good tutorial.
  3. 所属分类:DirextX

    • 发布日期:2017-04-05
    • 文件大小:240459
    • 提供者:利用
  1. ShadowMapping

    0下载:
  2. 一篇很好的关于 D3D Shadow Mapping 的文章,带源代码,并且包括使用NVIDIA HARDWARE 计算Shadow Mapping .-A very good article on D3D Shadow Mapping (includeing source).It also talk about something on Shadow Mapping calculating with NVIDIA HARDWARE
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:315681
    • 提供者:jerry
  1. ShadowMappingPCf

    0下载:
  2. 利用GLSL和OPENGL编写的阴影程序,此程序利用了PCF算法,使得阴影走样得到很好的解决-Prepared using GLSL and OPENGL shadow program, this program uses PCF algorithm, making the shadow aliasing been solved
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:213185
    • 提供者:汪波
  1. 20100905tuxing

    0下载:
  2. 本书从图形学最基础的光栅扫描、区域填充、画直线和圆弧等算法讲起,详细介绍了线裁剪和面裁剪、凸区域裁剪和凹区域裁剪的异同,景物空间消隐算法和图像空间消隐算法的差别,具体讲述了二叉空间剖分(BSP)、八叉树等图形学中常用的数据结构。新版本增加了图形用户界面、椭圆、图像压缩和线条反走样算法等,还增加了Liang-Barsky裁剪算法和Nicholl-Lee-Nicholl裁剪算法。新版本大大扩充了可见面光线跟踪算法。在绘制这一章中新增了基于物理的光照明模型,透明效果,阴影生成,纹理映射,以及锥光束、平
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20500971
    • 提供者:李大山
  1. vsmShadow

    0下载:
  2. Demonstrate Variance Shadow Mapping technique
  3. 所属分类:DirextX

  1. ShadowMappingwithTodayOpenGLHardware

    0下载:
  2. Shadow Mapping with Today’s OpenGL Hardware. 使用现今的opengl硬件实现阴影贴图。 01年的资料,有点老。但是学习原理还是不错的。-Shadow Mapping with Today’s OpenGL Hardware CEDEC 2001 Tokyo, Japan Shadow Mapping with Today’s OpenGL Hardware CEDEC 2001 Tokyo, Japan
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1491000
    • 提供者:lilinx
  1. Real-TimePerspectiveOptimalShadowMaps

    0下载:
  2. 实时阴影优化。还是关于shadow mapping的。这种方式容易实现,但是需要优化-Shadow mapping is perhaps the most pervasive method for creating convincing shadows in computer graphics. However, because it is an image-space algorithm it must contend with aliasing issues caused by &#
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:659239
    • 提供者:lilinx
  1. Shadow-Mapping-of-Textured-Scene

    0下载:
  2. 计算机图形学中的shadow mapping程序,与网上其他代码不同,作者实现了对带有纹理的场景的阴影绘制.-Shadow Mapping Code in Computer Graphics.And it s for textured scene.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-30
    • 文件大小:12988857
    • 提供者:张龙
  1. Multi-shadows-mapping

    0下载:
  2. Shadow volume with source for D3D9
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1607566
    • 提供者:lol
  1. Shadow-Mapping-Tutorial-

    0下载:
  2. Code subject: openGL shadow mapping example
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-17
    • 文件大小:291069
    • 提供者:waynn
  1. Shadow-Mapping

    0下载:
  2. vc 6.0环境下实现的阴影贴图算法,可以实现阴影效果的实时绘制。-shadow maps algorithm vc 6.0 environment to achieve, you can achieve real-time rendering shadow effect.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5772288
    • 提供者:张子龙
« 12 »
搜珍网 www.dssz.com